github.com/klauspost/compress/zstd.sequenceDecs.windowSize (field)
11 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L664: hist.decoders.windowSize = hist.windowSize
blockdec.go#L681: hist.decoders.windowSize = hist.windowSize
seqdec.go#L74: windowSize int
seqdec.go#L93: s.windowSize = hist.windowSize
seqdec.go#L145: if seq.mo > t+len(hist) || seq.mo > s.windowSize {
seqdec.go#L234: maxBlockSize := min(s.windowSize, maxCompressedBlockSize)
seqdec.go#L345: if mo > len(out)+len(hist) || mo > s.windowSize {
seqdec_asm.go#L95: maxBlockSize := min(s.windowSize, maxCompressedBlockSize)
seqdec_asm.go#L109: windowSize: s.windowSize,
seqdec_asm.go#L179: maxBlockSize := min(s.windowSize, maxCompressedBlockSize)
seqdec_asm.go#L264: windowSize: s.windowSize,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |